How to Install boo software package in Ubuntu 12.04 LTS (Precise Pangolin)

How to Install boo software package in Ubuntu 12.04 LTS (Precise Pangolin)

boo software package provides python-like language and compiler for the CLI, you can install in your Ubuntu 12.04 LTS (Precise Pangolin) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install boo 

boo is installed in your system.

Make ensure the boo package were installed using the commands given below,

$ sudo dpkg-query -l | grep boo *

You will get with boo package name, version, architecture and description in a table

boo package basic information:

Distro Ubuntu 12 04 lts precise pangolin
Section Development
Package boo
Version 0.9.5~git20110729.r1.202a430-1
Description python-like language and compiler for the CLI
Sub Section devel


See Also, How to uninstall or remove boo software package from Ubuntu 12.04 LTS (Precise Pangolin)?